home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / bbsbg226.zip / BBSBGM.DOC < prev    next >
Text File  |  1992-10-04  |  7KB  |  191 lines

  1.  
  2.                          BBS BackGammon Ver. 2.25
  3.                              October 4, 1992
  4.  
  5.                        Neubauer Applications Uncorp.
  6.                        Chris Neubauer
  7.                        P.O. Box 1446
  8.                        Corpus Christi, Texas  78403-1446
  9.                        United States Of America
  10.                        Originated from Virtual Reality BBS
  11.                        BBS phone : 512-992-4496
  12.  
  13.  
  14.                       BBS BackGammon and Acey-Deucey
  15.                    -----------------------------------
  16.  
  17.              
  18.                    New Addition/Updates in Version 2.25
  19.             --------------------------------------------------------
  20.                 1. SysOp Play Against Caller.
  21.                 2. Smarter Computer.
  22.         3. Support to read TimeLeft from Chain.Txt user file.
  23.         4. Bug fix with player names.
  24.                 5. Support for operation with high speed modems.
  25.                 6. Internal support for ansi to the local screen
  26.                             (No Need to Load Ansi.sys)
  27.  
  28.      Feel free to distributed this software any where.  This is a Working
  29.    Version of BBS BackGammon... There are No Shareware screens or delays.
  30.    All I ask is that you keep the Original Files in tact and distribute
  31.    them as a package.  If you would like the newest release of this game,
  32.    which will include, but is not limited to:  Option for selection of 
  33.    Higher/Lower Level computer opponent, Tournament Format and more,
  34.    Just call Virtual Reality to get the latest release.
  35.  
  36.      This version has the capability of allowing the SysOp to play against
  37.    the user.. provided the program is registered.
  38.  
  39.      If you need help or a modification to the existing program so
  40.    that it will run on your BBS.. just Call and leave a message
  41.    on my BBS.. and I'll try to get back with ya as soon as I can..
  42.  
  43.    Registered versions include a Player Rankings List and Use of Sysop
  44.    function Keys.. Chat, raise lower time etc.. and Your BBS name in the
  45.    Main menu... and SYSOP PLAY Against the Caller..
  46.  
  47.  
  48.    To REGISTER your copy for your BBS simply Send a Donation of $25.00 to
  49.  
  50.                        Chris Neubauer
  51.                        P.O. Box 1446
  52.                        Corpus Christi, Texas  78403-1446
  53.  
  54.    Along with the following information;
  55.  
  56.         Your Name      _________________________
  57.         Your BBS Name  _________________________
  58.         Your address   _________________________
  59.         Your BBS Phone _________________________
  60.         The Version Number of BBS BackGammon that you have _______.
  61.  
  62.  
  63.    Please Allow at least 3 weeks for delivery.
  64.  
  65.    Add $5.00 if you want the newest release sent on disk or
  66.     Uploaded to you..  (state 5.25" or 3.5" disks)...
  67.    Otherwise you will receive your registration code only..
  68.  
  69.  
  70.  
  71.   SysOp Setup Information:
  72.  
  73.        BBS BackGammon Should Run on almost any BBS.. given the right data
  74.        in the configuration file..
  75.        The Following Files Should be in the same directory as BBSBGM.EXE
  76.  
  77.                      BBSBGM.RNX    <---- if missing BBSBGM Will Create.
  78.                      BBSBGM.CFG    <---- Modify this file for your BBS.
  79.                      BBSBGM.DOC    <---- The file your reading now.               
  80.                        ANSI.EMU    <---- Absolutely Necessary.
  81.                      BBSBGM.EXE    <---- Executable file.
  82.  
  83.        You may run BackGammon in the Local mode by typing the following
  84.        at the DOS prompt
  85.  
  86.           C:>BBSBGM 1 Your Name
  87.  
  88.          Note: The BBSBGM.CFG file is still needed even for Local Mode.
  89.  
  90.        The first parameter is a valid com port number the second is the
  91.        users first name and the third is the users last name.
  92.  
  93.    Note : if any parameters are passed to BBSBGM it will assume Local
  94.           Mode.  
  95.  
  96.        To run BBS BackGammon on your BBS you will need to know what your
  97.        BBS uses as a user file that is "DORINFO1.DEF", "CALLINFO.BBS"
  98.        "CHAIN.TXT","USERFILE" etc..  If you don't Know What line numbers
  99.        that your userfile uses for User's first names and Last names and
  100.        Baud Rates, You'll need to look at them using a text editor and
  101.        figure out which line has this information..
  102.  
  103.  NEW:    BBS BackGammon Now supports Systems that use Chain.Txt user file.
  104.        for reading the amount of time a user has left..( in seconds )
  105.        check out the BBSBGM.Cfg file for more info.
  106.  
  107.        If your userfile is not a text file, that is, a binary file or
  108.        or something else then you might try using QKDOOR.EXE to convert
  109.        your user file into a text type file.
  110.  
  111.        If your userfile has a Time Used line and a Time Limit Line
  112.        (in Minutes) or a Time Left Line (in seconds) then BBS BackGammon
  113.        will use that information if you tell it where to find it..
  114.  
  115.        The BBSBGM.CFG file has an example of how to set this up on a BBS
  116.        that uses a "Chain.Txt" and a "Dorinfo.def" file..
  117.        Simply plug in the appropriate information, set up your batch file
  118.        or whatever it is that you do to run a door.. and your all set.
  119.  
  120.        BBS BackGammon will detect a Carrier Loss and return to the system.
  121.        It won't, However update any userfiles or report any statuses.
  122.        
  123.        If you find that you need BBS Backgammon to perform some specific
  124.        tasks on exit, Let me know what it is and we'll make it do what 
  125.        you need it to.
  126.  
  127.  
  128. Sample Door Batch File:
  129. =======================
  130.  
  131. Rem      Batch file for the Backgammon Door
  132. Rem
  133. @echo off
  134. cd\BBS
  135. cd\doors\bbsbgm
  136. bbsbgm            <------ Note : No Parameters....
  137. cd\BBS
  138. BBSLoad.bat         <------ batch file to reload BBS
  139.  
  140.  
  141.  
  142. Sample BBSBGM.CFG:
  143. ==================
  144.  
  145. 12345678                    <------ Top line Registration Number
  146. 2                           <------ Number of Comm port
  147. 2400                        <------ Baud Rate
  148. Chris Neubauer              <------ SySop Name
  149. Virtual Reality             <------ BBS Name
  150. C:\TCXBBS                   <------ BBS Directory (where Dorinfo1.def is)
  151. Dorinfo1.def                <------ Name Of BBS Caller Info file
  152. 7                           <------ Line Number Of User's First Name
  153. 8                           <------ Line Number Of User's Last Name
  154. 5                           <------ Line Number Of User's Baud Rate
  155. 12                          <------ Time Limit line (or Time Left- minutes)
  156. 0 0                         <------ Time Used Line   (See info in BBSBGM.CFG)
  157. 7am                         <------ allow paging after 7am
  158. 15                          <------ disallow paging after 10pm
  159. 1                           <------ enable RTS Handshaking
  160. 1                           <------ enable CTS Handshaking
  161.  
  162. DORINFO1.DEF from Your BBS directory:
  163. ========================================
  164.  
  165. Your BBS Name Would be here.
  166. Your/SysOp First Name
  167. Your/SysOp Last Name
  168. COM1
  169. 9600 BAUD,N,8,1
  170. 0
  171. UserFirstName
  172. UserLastName
  173. ANYTOWN, USA
  174. 2
  175. 100
  176. 59
  177.  
  178.  
  179.  
  180.  
  181.        I hope you enjoy playing BBS BackGammon..
  182.  
  183.  
  184.  Be Sure to check out BBS Golf... can be found at Virtual Reality..
  185.  A Cool Graphic type of Golf Challenge..
  186.           Says ( several of Virtual Reality's Users)..
  187.  
  188.  It's the only one of its kind that I've seen...
  189.  
  190.  
  191.  end of document.